CopyTo Method

Summary

Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array..

Syntax
C#
C++
public void CopyTo( 
   T[] array, 
   int arrayIndex 
) 
public: 
void CopyTo(  
   array<T^>^ array, 
   int arrayIndex 
)  

Parameters

array
The one-dimensional Array that is the destination of the elements copied from ListWithEvents<T>. The Array must have zero-based indexing.

arrayIndex
The zero-based index in array at which copying begins.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly